Skip to content

Release Tracking - #479

Merged
HDinger merged 1 commit into
mainfrom
changeset-release/main
Jun 24, 2026
Merged

Release Tracking#479
HDinger merged 1 commit into
mainfrom
changeset-release/main

Conversation

@openproject-primer-view-components

@openproject-primer-view-components openproject-primer-view-components Bot commented Jun 15, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@openproject/primer-view-components@0.88.0

Minor Changes

  • #475 971cce2 Thanks @HDinger! - Fix selection of nodes with the same path in Primer::Alpha::TreeView

    When a [role=treeitem] element carries a data-node-id attribute, that id is now included as nodeId in the hidden form input payload ({path, nodeId?, value?}). Trees with duplicate-path nodes should set data-node-id to a stable unique identifier so the server can distinguish which node was selected.

    Breaking change in TreeViewElement#checkOnlyAtPath: if the given path is not found the method is now a no-op. Previously it would uncheck all active nodes before failing to check the missing node, which could be used as an indirect "clear selection" mechanism. Use explicit setNodeCheckedValue(node, 'false') calls if that behaviour is needed.

Patch Changes

@github-actions

Copy link
Copy Markdown

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass
  • Lookbook opens in a browser
  • Successful integration test with OpenProject as a primary consumer
    • Install the npm package locally
    • Install the primer_view_components gem locally
    • Verify no new build errors appear
    • Verify no new linting errors appear
    • Manually test critical paths
    • Manually test release-specific bugfixes and/or features work as described

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • All new features in this release have been tested and verified as compatible with OpenProject
  • No noticeable regressions have been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

🚢 Post ship reminders

  • Deploy lookbook via chat ops in the #primer-rails-ops channel. .deploy primer-lookbook to production

Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ Visual or ARIA snapshot differences found

Our visual and ARIA snapshot tests found UI differences. Please review the differences by viewing the files changed tab to ensure that the changes were intentional.

Review differences

@openproject-primer-view-components
openproject-primer-view-components Bot force-pushed the changeset-release/main branch 3 times, most recently from 6886957 to cfe53ad Compare June 22, 2026 17:24
@HDinger
HDinger merged commit 3243927 into main Jun 24, 2026
31 of 33 checks passed
@HDinger
HDinger deleted the changeset-release/main branch June 24, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant